home *** CD-ROM | disk | FTP | other *** search
- Path: news-relay.eworld.com!not-for-mail
- From: davidrea@eworld.com (DavidRea)
- Newsgroups: comp.lang.c++
- Subject: Help! Program not pausing at 'cin >>'
- Date: 30 Jan 1996 07:24:52 -0800
- Organization: eWorld
- Sender: root@news-relay.eworld.com
- Message-ID: <4eld84$bd7@hp5.online.apple.com>
- Reply-To: davidrea@eworld.com (DavidRea)
- NNTP-Posting-Host: hp5.online.apple.com
-
- Sometimes my programs don't pause to wait for input
- at 'cin >>'. Also at cin.getline(), etc. So far I can't
- tell what the difference is between programs that pause
- as expected and programs that don't.
-
- I assume this has something to do with my input buffers having
- stuff in them. Any advice on: a) What is going on? b) A surefire
- way to make sure my buffers are clear?
-
- Thanks,
- --David Rea
-